home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Battle of the Superstars
/
Battle of the Superstars.iso
/
mac
/
Battle of the Superstars
/
Battle of the Superstars.DXR
/
00081.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-08-21
|
331 b
|
23 lines
on exitFrame
if rollOver(5) then
go("D1SIT1")
end if
if rollOver(6) then
go("D1SIT2")
end if
if rollOver(7) then
go("D1SIT3")
end if
if rollOver(8) then
go("D1SIT4")
end if
if rollOver(9) then
go("D1SIT5")
end if
if rollOver(10) then
go("D1SIT6")
else
go(the frame)
end if
end